Holger Wansing [Sun, 14 Feb 2021 17:50:25 +0000 (17:50 +0000)]
base-installer (1.201) unstable; urgency=medium
* Team upload
[ Updated translations ]
* Catalan (ca.po) by d
* Galician (gl.po) by mantinan
* Hindi (hi.po) by KushagraKarira
* Latvian (lv.po) by Tranzistors
* Punjabi (Gurmukhi) (pa.po) by Aman Alam
* Tamil (ta.po) by Vasudevan Tirumurti
* Thai (th.po) by Theppitak Karoonboonyanan
Steve McIntyre [Tue, 5 Jan 2021 23:51:17 +0000 (23:51 +0000)]
base-installer (1.200) unstable; urgency=medium
* Team upload
[ Steve McIntyre ]
* Re-add the removed is_ports_architecture() function - it's used by
other packages and library.sh looks like a fair central place for
it to be. Closes: #979193
Holger Wansing [Sun, 27 Dec 2020 18:53:13 +0000 (18:53 +0000)]
base-installer (1.199) unstable; urgency=medium
* Team upload
[ Updated translations ]
* Greek (el.po) by EG
* Basque (eu.po) by Iñaki Larrañaga Murgoitio
* Occitan (oc.po) by Quentin PAGÈS
* Romanian (ro.po) by Sergiu
* Russian (ru.po) by Yuri Kozlov
Holger Wansing [Sun, 1 Nov 2020 10:19:43 +0000 (10:19 +0000)]
base-installer (1.198) unstable; urgency=medium
* Team upload
[ Updated translations ]
* Bulgarian (bg.po) by Damyan Ivanov
* Greek (el.po) by EG
* Basque (eu.po) by Iñaki Larrañaga Murgoitio
* Persian (fa.po) by سهیل خانعلیپور
* Italian (it.po) by Milo Casagrande
* Lithuanian (lt.po) by Kornelijus Tvarijanavičius
[ Updated translations ]
* Kabyle (kab.po) by Slimane Selyan Amiri
* Occitan (oc.po) by Quentin PAGÈS
[ Ben Hutchings ]
* kernel/tests: Generalise variables for kernel flavour lists
* kernel/tests: Update Linux tests to try version 5.7
* kernel: Fix arch_get_kernel on various architectures to accept
Linux 5.x
* kernel: hppa: Stop preferring -smp metapackages on SMP
[ Updated translations ]
* French (fr.po) by Baptiste Jammet
* Spanish (es.po) by Javier Fernández-Sanguino
* Polish (pl.po) by Bartosz Feński
Holger Wansing [Sun, 10 May 2020 10:31:46 +0000 (11:31 +0100)]
base-installer (1.194) unstable; urgency=medium
* Team upload
[ Updated translations ]
* Estonian (et.po) by Kristjan Räts
* Hebrew (he.po) by Yaron Shahrabani
* Korean (ko.po) by Changwoo Ryu
* Norwegian Bokmal (nb.po) by Allan Nordhøy
* Dutch (nl.po) by Frans Spiesschaert
* Portuguese (Brazil) (pt_BR.po) by Adriano Rafael Gomes
Holger Wansing [Wed, 29 Jan 2020 18:01:28 +0000 (18:01 +0000)]
base-installer (1.193) unstable; urgency=medium
* Team upload
[ Updated translations ]
* Czech (cs.po) by Miroslav Kure
* Esperanto (eo.po) by Felipe Castro
* Hebrew (he.po) by Yaron Shahrabani
* Croatian (hr.po) by Milo Ivir
* Simplified Chinese (zh_CN.po) by 玉堂白鹤
Holger Wansing [Fri, 20 Dec 2019 15:45:48 +0000 (15:45 +0000)]
base-installer (1.192) unstable; urgency=medium
* Team upload.
[ Updated translations ]
* French (fr.po) by Baptiste Jammet
* Latvian (lv.po) by Tranzistors
* Norwegian Bokmal (nb.po) by Petter Reinholdtsen
* Dutch (nl.po) by Frans Spiesschaert
* Punjabi (Gurmukhi) (pa.po) by Aman ALam
* Serbian (sr.po) by Filipovic Dragan
* Swedish (sv.po) by Mattias Münster
Holger Wansing [Mon, 29 Oct 2018 22:16:54 +0000 (22:16 +0000)]
base-installer (1.184) unstable; urgency=medium
* Team upload
[ Updated translations ]
* German (de.po) by Holger Wansing
* Croatian (hr.po) by Valentin Vidic
* Japanese (ja.po) by Kenshi Muto
* Marathi (mr.po) by Nayan Nakhare
Cyril Brulebois [Wed, 15 Feb 2017 18:18:16 +0000 (18:18 +0000)]
base-installer (1.168) unstable; urgency=medium
* Print all run-debootstrap arguments to stdout for improved logging.
* Check whether mirror/protocol is set to https, since PROTOCOL=file
is used for some images (e.g. netinst since base packages are
installable without a mirror); install apt-transport-https and
ca-certificates when that's the case, since debootstrap can't know
by itself (Closes: #855035).
* Extend the above fix so that local certificates are copied over to
the installed system when mirror/protocol is set to https, even if
PROTOCOL if set to file.
[ Tianon Gravi ]
* Fix warning given for absolute path "debootstrap_script" values.
* Update "debootstrap_script" logic to allow bareword script names
like "sid" as well as absolute paths. (Closes: #742671)